home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / modex32 / !mklib.bat next >
Encoding:
DOS Batch File  |  1994-09-03  |  119 b   |  6 lines

  1. @echo off
  2. tasm /q k:\asm\pm32\modex32\*.asm
  3. del k:\asm\pm32\obj\xlib.lib
  4. tlib @!objs.lst
  5. del *.obj 
  6. del *.bak >nul